#theme-style {
  padding: 60px 0 30px;
}
#theme-style .style-list {
  margin-top: 10px;
  display: flex;
  justify-content: center;
}
#theme-style .style-list ul {
  display: flex;
  flex-wrap: wrap;
  width: 1100px;
}
#theme-style .style-list ul li {
  margin-left: 70px;
  margin-top: 30px;
}
#theme-style .style-list ul li:nth-of-type(3n+1) {
  margin-left: 0;
}
#theme-style .style-list ul li > a {
  display: block;
  width: 320px;
  height: 180px;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
}
#theme-style .style-list ul li > a img {
  width: 100%;
  object-fit: contain;
}
#theme-style .style-list ul li > a .shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}
#theme-style .style-list ul li > a .shadow h3 {
  font-size: 30px;
  color: #fff;
  font-weight: 600;
}
#theme-style .style-list ul li > a:hover {
  box-shadow: 0px 5px 10px 0px rgba(16, 103, 238, 0.2);
  border-radius: 4px;
  border: 2px solid #1067ee;
}
#theme-style .style-list ul li > a:hover .shadow {
  display: none;
}
#hot-designer {
  padding: 60px 0 30px;
}
#hot-designer .designer-list {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
#hot-designer .designer-list ul {
  width: 1100px;
  display: flex;
  flex-wrap: wrap;
}
#hot-designer .designer-list ul li {
  height: 330px;
  margin-left: 41px;
  box-sizing: border-box;
}
#hot-designer .designer-list ul li:nth-of-type(4n+1) {
  margin-left: 0;
}
#key-words {
  padding: 60px 0 30px;
}
#key-words .hot-list {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
#key-words .hot-list ul {
  display: flex;
  flex-wrap: wrap;
  width: 1085px;
}
#key-words .hot-list ul li {
  margin-left: 15px;
  margin-top: 30px;
}
#key-words .hot-list ul li:nth-of-type(4n+1) {
  margin-left: 0;
}
#key-words .hot-list ul li > a {
  display: block;
  width: 260px;
  padding: 10px 10px 15px;
  border: 1px solid #E8EDFF;
  background-color: #F6F7FB;
  box-sizing: border-box;
}
#key-words .hot-list ul li > a img {
  width: 100%;
  height: 250px;
}
#key-words .hot-list ul li > a p {
  font-size: 12px;
  color: #1C2340;
  margin-top: 10px;
}
#key-words .hot-list ul li > a:hover {
  border: 1px solid #1067EE;
  box-shadow: 0px 5px 10px 0px rgba(16, 103, 238, 0.2);
}
#key-words .hot-list ul li > a:hover p {
  color: #1067EE;
}
